home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / db / esm-3.1 / esm-3 / usr / local / sm / tests / makefile.subdir.common < prev    next >
Encoding:
Makefile  |  1996-05-05  |  460 b   |  17 lines

  1. RCSDIR=$(BASELINE)/$(PARENT)/$(MODULE)/RCS
  2. PATHTOROOT=../../src
  3.  
  4. default: $(EXECS)
  5.  
  6. include $(PATHTOROOT)/makefile.common
  7.  
  8. # override the includes from the src/makefile*
  9. SPECIALINCLUDE = -I$(INCLUDEDIR)
  10. LOCALINCLUDE = -I.
  11. GLOBALINCLUDE =
  12.  
  13. # keep the following after the include of makefile.subdir.common,
  14. # because it's the include that defines INCLUDEDIR, LIBDIR, etc
  15. $(FILESO) dummyfileso: $(FILESH) $(INCLUDEDIR)/sm_client.h
  16. LIBS = $(LIBDIR)/libsm_client.a
  17.